projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730bd56
)
Revert "ls1088a: remove dhcp function from u-boot env as boot source"
author
Mian Yousaf Kaukab
<
[email protected]
>
Tue, 29 Jan 2019 15:38:32 +0000
(16:38 +0100)
committer
Prabhakar Kushwaha
<
[email protected]
>
Sun, 3 Mar 2019 15:26:00 +0000
(20:56 +0530)
dhcp boot is a useful feature and works out-of-the-box for ls1088a
platforms. Moreover, no solid reason is given for disabling it.
Revert the patch to re-enable it.
This reverts commit
863e42e8b1f9e97d87919e20e34a7b98089f7522
.
Signed-off-by: Mian Yousaf Kaukab <
[email protected]
>
Reviewed-by: Prabhakar Kushwaha <
[email protected]
>
include/configs/ls1088ardb.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1088ardb.h
b/include/configs/ls1088ardb.h
index f52ea4d746c7e9dc1529af6628e2404c62ec069e..6387b19dd57a247846f67b4cf19f10dec08f41a3 100644
(file)
--- a/
include/configs/ls1088ardb.h
+++ b/
include/configs/ls1088ardb.h
@@
-577,7
+577,8
@@
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
- func(SCSI, scsi, 0)
+ func(SCSI, scsi, 0) \
+ func(DHCP, dhcp, na)
#include <config_distro_bootcmd.h>
#endif